home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
BARNET
/
FREENET
/
MELL
/
NETLIB00
/
NetLib
/
h
/
socketlib
Wrap
Text File
|
1994-12-20
|
210b
|
13 lines
#ifndef __socketlib_h
#define __socketlib_h
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
extern char *__socketlib_readline(FILE *file);
#define strdup(s) strcpy(malloc(strlen(s)+1), s)
#endif